projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f14b8b
)
[broadway] Make close button text unselectable
author
Alexander Larsson
<alexl@redhat.com>
Fri, 15 Apr 2011 18:34:04 +0000
(20:34 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Fri, 15 Apr 2011 18:34:32 +0000
(20:34 +0200)
gdk/broadway/client.html
patch
|
blob
|
history
diff --git
a/gdk/broadway/client.html
b/gdk/broadway/client.html
index 14e61e57700b850b0657cddd3c54959f793f1d1d..43a74ad28bf4e85a3e19672d2b1be9593334e8da 100644
(file)
--- a/
gdk/broadway/client.html
+++ b/
gdk/broadway/client.html
@@
-43,6
+43,11
@@
text-shadow: black -1px 0 0, black 1px 0 0, black 0 1px 0, black 0 -1px 0;
font-weight: bold;
cursor: pointer;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -o-user-select: none;
+ user-select: none;
}
.frame-close:focus {